projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dbf056
)
(HASH_VALUE): Remove (it's in lisp.h now).
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 9 Jul 2002 23:00:17 +0000
(23:00 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 9 Jul 2002 23:00:17 +0000
(23:00 +0000)
src/ccl.c
patch
|
blob
|
history
diff --git
a/src/ccl.c
b/src/ccl.c
index 839aedfcde23078ae0b1e8c3f4ec3de6115e0b2c..18fcad40328e0cb6de3bd864956a445bd2212327 100644
(file)
--- a/
src/ccl.c
+++ b/
src/ccl.c
@@
-71,8
+71,6
@@
Lisp_Object Vtranslation_hash_table_vector;
/* Return a hash table of id number ID. */
#define GET_HASH_TABLE(id) \
(XHASH_TABLE (XCDR(XVECTOR(Vtranslation_hash_table_vector)->contents[(id)])))
-/* Copied from fns.c. */
-#define HASH_VALUE(H, IDX) AREF ((H)->key_and_value, 2 * (IDX) + 1)
/* CCL (Code Conversion Language) is a simple language which has
operations on one input buffer, one output buffer, and 7 registers.